summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-09-29 04:16:47 +0200
committerGitHub <noreply@github.com>2023-09-29 04:16:47 +0200
commit18a396b53ffb612326e3420993fa248449371879 (patch)
treeb89d857631b751953c6b206359bebe6ca96a1294
parentMerge pull request #11626 from german77/mii-fix (diff)
parentDon't send a double focus change message (diff)
downloadyuzu-18a396b53ffb612326e3420993fa248449371879.tar
yuzu-18a396b53ffb612326e3420993fa248449371879.tar.gz
yuzu-18a396b53ffb612326e3420993fa248449371879.tar.bz2
yuzu-18a396b53ffb612326e3420993fa248449371879.tar.lz
yuzu-18a396b53ffb612326e3420993fa248449371879.tar.xz
yuzu-18a396b53ffb612326e3420993fa248449371879.tar.zst
yuzu-18a396b53ffb612326e3420993fa248449371879.zip
-rw-r--r--src/core/hle/service/am/am.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index e9bd04842..a83622f7c 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -2094,9 +2094,6 @@ void IApplicationFunctions::PrepareForJit(HLERequestContext& ctx) {
void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system) {
auto message_queue = std::make_shared<AppletMessageQueue>(system);
- // Needed on game boot
- message_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
-
auto server_manager = std::make_unique<ServerManager>(system);
server_manager->RegisterNamedService(